projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44eb16d
)
Run travis against stable/beta/nightly
author
Alex Crichton
<alex@alexcrichton.com>
Fri, 17 Jul 2015 19:56:00 +0000
(12:56 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Fri, 17 Jul 2015 20:09:54 +0000
(13:09 -0700)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 2dd3a38e77274e5353685adc06efda0a12196dc0..491f011411dc58f6efc37f98aae65523b57a4e93 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,9
+1,11
@@
language: rust
+rust:
+ - stable
+ - beta
+ - nightly
sudo: false
-install:
- - python src/etc/install-deps.py
script:
- - ./configure --
local-rust-root=`pwd`/rustc --prefix=$HOME/cargo-install
+ - ./configure --
prefix=$HOME/cargo-install --disable-cross-tests
- make
- make test
- make distcheck